* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

ul {
  margin: 0px;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

.clr {
  clear: both;
}

label {
  margin: 0px;
}

input,
textarea,
select {
  border: 0px none;
  background: none;
  outline: none;
  font-size: 16px;
  color: #000000;
  font-weight: normal;
}

img {
  outline: none;
  max-width: 100%;
  height: auto;
  border: 0px none;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  margin-bottom: 0;
  font-weight: normal;
}

p {
  margin-bottom: 0;
}

input[type=submit] {
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
  cursor: pointer;
}

button {
  border-radius: 0px;
  border: 0px none;
  outline: none;
  cursor: pointer;
  font-weight: normal;
}

button:focus {
  outline: none;
}

textarea {
  resize: none;
  overflow: auto;
}

:focus {
  outline: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

.clearfix {
  display: block;
  zoom: 1;
}

em {
  font-style: normal;
}

.custom_btn {
  font-size: 16px;
  color: #000;
  display: inline-block;
  background-color: #ff525b;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #ff525b;
  letter-spacing: 1px;
  line-height: 1;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.custom_btn:hover {
  background-color: #fff;
  color: #1a1d21;
}
.custom_btn.active {
  background-color: #fff;
  color: #1a1d21;
}

.my_formInner {
  width: 100%;
}

.form_main {
  width: 100%;
}
.form_main ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.form_main ul li {
  width: 50%;
  padding: 0 10px 20px;
}

.custom_field {
  width: 100%;
}
.custom_field label {
  display: block;
  width: 100%;
  color: #000;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 10px;
}
.custom_field input,
.custom_field .custom_btn {
  width: 100%;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 12px 15px;
  color: #000;
  line-height: 1;
  font-size: 16px;
  background-color: transparent;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.custom_field input[type=submit],
.custom_field .custom_btn[type=submit] {
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  background: #ff525b;
  border: 1px solid #ff525b;
}
.custom_field input[type=submit]:hover,
.custom_field .custom_btn[type=submit]:hover {
  background: transparent;
  color: #ff525b;
}
.custom_field input::-webkit-inner-spin-button, .custom_field input::-webkit-outer-spin-button,
.custom_field .custom_btn::-webkit-inner-spin-button,
.custom_field .custom_btn::-webkit-outer-spin-button {
  display: none;
}
.custom_field input::-webkit-input-placeholder,
.custom_field .custom_btn::-webkit-input-placeholder {
  line-height: 1;
}
.custom_field select {
  width: 100%;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 12px 15px;
  color: #000;
  line-height: 1;
  background-color: transparent;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.custom_field select::-webkit-input-placeholder {
  line-height: 1;
}
.custom_field select::-webkit-inner-spin-button, .custom_field select::-webkit-outer-spin-button {
  display: none;
}
.custom_field .custom_btn {
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  background: #ff525b;
  border: 1px solid #ff525b;
}
.custom_field .custom_btn:hover {
  background: transparent;
  color: #ff525b;
}

.host_list {
  width: 100%;
  padding-bottom: 60px;
}
.host_list .auto_container {
  max-width: 1000px;
}

.host_filters {
  padding: 20px 0 0;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.host_filters .form_main ul {
  align-items: flex-end;
}
.host_filters .form_main ul li {
  width: 33.33%;
}

.host_listing {
  width: 100%;
}
.host_listing ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.host_listing ul li {
  width: 100%;
  padding-bottom: 20px;
}
.host_listing ul li:last-child {
  padding-bottom: 0;
}

.host_listMain {
  width: 100%;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 15px 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.host_listMain > strong {
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 10px;
  font-weight: bold;
  color: #000;
}
.host_listMain > a {
  display: block;
  width: 250px;
}
.host_listMain > a figure {
  display: block;
  width: 100%;
}
.host_listMain > a figure img {
  width: 80%;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.host_listMain > figure {
  display: block;
  width: 100%;
  width: 250px;
}
.host_listMain > figure img {
  width: 80%;
  margin: auto;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.host_lisBottom {
  width: calc(100% - 250px);
  padding-left: 30px;
  position: relative;
}
.host_lisBottom > a {
  position: absolute;
  right: 120px;
  top: -20px;
  font-size: 18px;
  color: #ff525b;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.host_lisBottom figure {
  position: absolute;
  right: 0;
  top: 20px;
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  display: block;
  padding: 3px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.host_lisBottom figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.host_lisBottom h1 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  font-style: italic;
  width: calc(100% - 110px);
  color: #ff3e3e;
}
.host_lisBottom h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 5px;
  color: #000;
  width: calc(100% - 110px);
}
.host_lisBottom h4 {
  font-size: 20px;
  padding-bottom: 10px;
  color: #000;
  font-weight: bold;
}
.host_lisBottom span {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #000;
  line-height: 1;
  margin-bottom: 5px;
}
.host_lisBottom span i {
  display: inline-block;
  color: #ff525b;
  margin-right: 5px;
}
.host_lisBottom span:first-child {
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.host_lisBottom em {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #000;
  line-height: 1;
  width: calc(100% - 110px);
  margin-bottom: 7px;
}
.host_lisBottom em strong {
  display: inline-block;
  color: #ff525b;
  padding: 0 5px;
}
.host_lisBottom em i {
  display: inline-block;
  color: #ff525b;
  margin-right: 5px;
}
.host_lisBottom em .custom_btn {
  border-color: #ff3e3e;
  background-color: #ff3e3e;
  color: #fff;
  font-size: 12px;
  padding: 3px 5px;
  margin-bottom: 5px;
  pointer-events: none;
}
.host_lisBottom em:first-child {
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.host_lisBottom > b {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #ff525b;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 7px;
  width: calc(100% - 110px);
}

.host_listBtn {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.host_listBtn strong {
  display: inline-flex;
  align-items: center;
  color: #000;
  padding-left: 15px;
  font-size: 14px;
  line-height: 1;
}
.host_listBtn strong b {
  display: flex;
  font-size: 20px;
  line-height: 1;
  margin-left: 5px;
}

.my_btns {
  width: auto;
}
.my_btns ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.my_btns ul li {
  width: auto;
  padding: 0 10px;
}
.my_btns ul li a {
  font-size: 16px;
  padding: 13px 10px;
}
.my_btns ul li a.my_date {
  background-color: #fff;
  border-color: #afafaf;
  color: #000;
  pointer-events: none;
  padding: 3px 8px;
}

.my_date {
  display: flex;
  align-items: center;
}
.my_date i {
  white-space: nowrap;
  font-size: 18px;
  color: #ff3e3e;
  padding-right: 5px;
}
.my_date small {
  width: auto;
  display: inline-block;
  text-align: left;
}
.my_date small b {
  display: inline-block;
  padding-bottom: 3px;
  font-size: 11px;
  color: #ff525b;
  font-weight: bold;
}
.my_date small strong {
  display: block;
  font-size: 11px;
  color: #ff525b;
  padding-left: 0;
  line-height: 1;
}

.my_counter {
  padding-left: 20px;
}
.my_counter .custom_btn {
  font-size: 24px;
  padding: 5px 10px;
  background-color: #1a1d21;
  border-color: #1a1d21;
  color: #fff;
  height: auto;
  line-height: 1;
  width: 40px;
}

.checkout {
  width: 100%;
  padding: 60px 0;
}

.checkoutInner {
  width: 100%;
}

.checkout_main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.checkout_main .host_lisBottom a {
  right: 0;
  top: -10px;
  color: red;
}

.checkout_left {
  width: 60%;
}
.checkout_left .host_listBtn {
  margin-top: 20px;
}
.checkout_left .host_listBtn strong {
  padding-left: 0;
  color: #ff525b;
  font-weight: bold;
}

.checkout_right {
  width: 40%;
  padding-left: 100px;
}

.checkout_data {
  width: 100%;
}
.checkout_data h3 {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #1a1d21;
  padding-bottom: 14px;
}
.checkout_data h3 i {
  display: inline-block;
  padding-left: 10px;
  font-size: 16px;
  color: #434547;
  font-style: normal;
}
.checkout_data .my_btns ul {
  justify-content: center;
}

.checkout_dataList {
  width: 100%;
  padding-bottom: 20px;
}
.checkout_dataList ul {
  width: 100%;
}
.checkout_dataList ul li {
  width: 100%;
  padding-bottom: 15px;
}
.checkout_dataList ul li:last-child {
  padding-bottom: 0;
}

.checkout_dataMain {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkout_dataMain strong {
  display: inline-block;
  font-size: 16px;
  color: #1a1d21;
}
.checkout_dataMain span {
  display: inline-block;
  font-size: 16px;
  color: #1a1d21;
}

.sub_btn {
  width: auto;
  position: relative;
}
.sub_btn ul {
  position: absolute;
  right: -20px;
  top: 60px;
  width: 150px;
  flex-wrap: wrap;
  padding: 0 5px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  transition: none;
}
.sub_btn ul li {
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #cccccc;
}
.sub_btn ul li:last-child {
  border-bottom: none;
}
.sub_btn ul li h3 {
  color: #000;
  font-size: 18px;
  width: 100%;
  padding: 10px 0;
}
.sub_btn ul li > a {
  position: relative;
  display: inline-block;
  padding: 12px 0;
  font-size: 16px;
  line-height: 1;
  color: #000;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.sub_btn ul li > a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #1a1d21;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.sub_btn ul li > a:hover {
  color: #1a1d21;
}
.sub_btn ul li > a:hover::after {
  width: 100%;
}
.sub_btn ul li > a.active {
  color: #1a1d21;
}
.sub_btn ul li > a.active::after {
  width: 100%;
}
.sub_btn ul li > a strong {
  display: inline-block;
}
.sub_btn:hover ul {
  visibility: visible;
  opacity: 1;
  top: 20px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.login_signup_bttn .cart_btn {
  font-size: 24px;
  color: #000000;
  position: relative;
}
.login_signup_bttn .cart_btn b {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 18px;
  height: 18px;
  background-color: #ff525b;
  color: #000;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}

.sticky_cart {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}
.sticky_cart a {
  width: auto;
  display: flex;
  position: relative;
  padding: 6px 10px;
  align-items: center;
  border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  background-color: #ff525b;
}
.sticky_cart a i {
  font-size: 26px;
  color: #000;
}
.sticky_cart a b {
  display: inline-block;
  font-size: 16px;
  color: #000;
  width: 0px;
  overflow: hidden;
  white-space: nowrap;
  transition: all 1s ease;
}
.sticky_cart a em {
  position: absolute;
  right: 2px;
  top: 2px;
  color: #000;
  background-color: #fff;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
.sticky_cart a:hover b {
  width: 108px;
  margin-right: 5px;
}

.sold_out {
  width: 100%;
  padding: 40px 0;
  background-color: #ff525b;
}
.sold_out .custom_heading p {
  max-width: 550px;
}

.sold_outInner {
  width: 100%;
}

.sold_list {
  width: 100%;
}
.sold_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
.sold_list ul li {
  width: 25%;
  padding: 0 10px 20px;
}

.sold_data {
  width: 100%;
  padding: 20px 20px 30px;
}
.sold_data > a {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.sold_data > a figure img {
  width: 150;
  margin: auto;
}
.sold_data > a span {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-20deg);
  z-index: 2;
}
.sold_data > a span img {
  width: 110px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
.sold_data .host_lisBottom {
  padding-left: 0;
  width: 100%;
  text-align: center;
}
.sold_data .host_lisBottom h4 {
  line-height: 1;
  padding-bottom: 5px;
}
.sold_data .host_lisBottom em {
  width: 100%;
  justify-content: center;
  margin-bottom: 5px;
}
.sold_data .host_lisBottom b {
  display: block;
  font-size: 18px;
  color: #ff3e3e;
  line-height: 1;
}
.sold_data .host_lisBottom b strong {
  color: #000;
}

.my_bar {
  width: 130px;
  margin: auto;
  padding-bottom: 5px;
}
.my_bar p {
  width: 100%;
  text-align: center;
  padding-top: 2px;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 0;
}

#progressBar {
  width: 100%; /*It is important to define the width of the progress bar*/
  height: 10px;
  border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 0px;
  background: #ccc;
  border: 1px solid #aaa;
  box-shadow: inset 0 0 3px #888;
}

/*styling the progress bar*/
#bar {
  background: #ffc21a;
  height: 100%;
  width: 0; /*sets the bar to 0*/
}

.host_listLeft {
  width: 250px;
}
.host_listLeft > a {
  display: block;
  width: 250px;
}
.host_listLeft > a figure {
  display: block;
  width: 100%;
}
.host_listLeft > a figure img {
  width: 150px;
  margin: auto;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.my_tabs {
  width: 100%;
  padding-bottom: 30px;
}
.my_tabs ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.my_tabs ul li {
  width: auto;
  padding: 0 20px;
}
.my_tabs ul li a {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #000;
  font-size: 20px;
  cursor: pointer;
}
.my_tabs ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 0;
  background: #ff525b;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.my_tabs ul li a:hover::after {
  width: 100%;
}
.my_tabs ul li a.active::after {
  width: 100%;
}

.tab_detail {
  width: 100%;
}

.main_detail {
  width: 100%;
  display: none;
}

.raffle_product .next_draw_section_detail {
  padding-bottom: 20px;
}

.invoice {
  width: 100%;
  padding: 60px 0;
}

.invoice_inner {
  width: 100%;
}

.invoice_data {
  width: 100%;
}

.invoice_top {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
.invoice_top span {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  border: 1px solid green;
  color: green;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
.invoice_top span i {
  font-size: 40px;
  color: green;
}
.invoice_top b {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  line-height: 1;
  padding-bottom: 10px;
}
.invoice_top strong {
  display: block;
  font-size: 18px;
  color: #4d4d4d;
  padding-bottom: 10px;
}

.ticket_printMain {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-radius: 30px;
  overflow: hidden;
}

.ticket_left {
  width: 75%;
  padding: 20px 30px;
  background-color: #f1f2f2;
  position: relative;
}
.ticket_left::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-color: #fff;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
.ticket_left ul {
  width: 100%;
}
.ticket_left ul li {
  width: 100%;
  padding-bottom: 10px;
}
.ticket_left ul li:last-child {
  padding-bottom: 0;
}

.ticket_data {
  width: 100%;
}
.ticket_data span {
  display: block;
  color: #58595b;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 3px;
}
.ticket_data span i {
  font-style: normal;
  color: #000;
}
.ticket_data strong {
  display: block;
  color: #000000;
  font-weight: bold;
  line-height: 1;
  font-size: 16px;
  padding-bottom: 3px;
}
.ticket_data b {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #e50001;
}
.ticket_data figure {
  display: block;
  width: 100%;
}
.ticket_data figure img {
  display: block;
  width: 70px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.ticket_printInner {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.ticket_right {
  width: 25%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #ffc21a;
  padding: 30px 10px;
  text-align: center;
  position: relative;
}
.ticket_right::after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  z-index: 1;
}
.ticket_right::before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -10px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  z-index: 1;
}

.ticket_rightMain {
  width: 100%;
  position: relative;
}
.ticket_rightMain span {
  display: block;
  color: #fff;
  font-size: 12px;
  padding-bottom: 10px;
  line-height: 1;
}
.ticket_rightMain strong {
  display: block;
  color: #fff;
  font-size: 20px;
  padding-bottom: 10px;
  line-height: 1;
}
.ticket_rightMain figure {
  width: 100%;
  max-width: 70px;
  margin: auto;
  display: block;
}
.ticket_rightMain figure img {
  width: 100%;
  display: block;
}
.ticket_rightMain b {
  display: block;
  margin: 15px 0;
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

.invoice_tabs .my_btns {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.invoice_tabs .my_btns ul {
  margin: 0 -3px;
  justify-content: center;
}
.invoice_tabs .my_btns ul li {
  padding: 0 3px;
}
.invoice_tabs .my_btns ul li a {
  padding: 6px 5px;
  font-size: 14px;
}

.my_popup {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 9;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.my_popup::-webkit-scrollbar {
  display: none;
}

.my_popupInner {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.my_popupMain {
  background-color: #fff;
  padding: 20px;
  width: 285px;
  border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
}
.my_popupMain .action_buttons {
  width: 100%;
  padding-top: 10px;
  text-align: center;
}
.my_popupMain .action_buttons ul {
  margin: 0 -5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my_popupMain .action_buttons ul li {
  width: auto;
  padding: 0 5px;
  border: none;
}
.my_popupMain .action_buttons ul li a {
  margin-left: 0;
  padding: 5px 10px;
}
.my_popupMain .type_of_draw_info h5 {
  font-size: 14px;
  padding-bottom: 5px;
}
.my_popupMain .type_of_draw {
  padding-bottom: 0;
  margin-bottom: 0;
}

.popup_head {
  width: 100%;
  padding-bottom: 20px;
}
.popup_head h3 {
  width: 100%;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 0;
}

.ticket_digit {
  width: 100%;
}
.ticket_digit ul {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 550px;
}
.ticket_digit ul li {
  width: 18.28%;
  padding: 0 5px 10px;
  border-bottom: none;
}

.ticket_digetMain {
  width: 100%;
  text-align: center;
}
.ticket_digetMain a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background-color: #fff;
  border: 1px solid #ff525b;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.ticket_digetMain a strong {
  display: inline-block;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.ticket_digetMain a input {
  display: inline-block;
  font-size: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  color: #000;
  font-weight: bold;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.ticket_digetMain a:hover {
  background-color: #ff525b;
}
.ticket_digetMain a:hover strong {
  color: #fff;
}
.ticket_digetMain a.active {
  background-color: #ff525b;
}
.ticket_digetMain a.active strong {
  color: #fff;
}

.ticket_difTop {
  width: 100%;
  margin-bottom: 10px;
}
.ticket_difTop .ticket_digit ul {
  flex-direction: row;
  height: auto;
}

.ticket_digBottom {
  width: 100%;
}

.my_digit .our_choose_number_lines {
  width: 100%;
}
.my_digit .our_choose_number_lines > ul {
  width: 100%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.my_digit .our_choose_number_lines > ul > li {
  width: 33.33%;
  padding: 0 10px 20px;
}
.my_digit .our_choose_number_lines.three_digit ul li {
  width: 33.33%;
}
.my_digit .our_choose_number_lines.four_digit ul li {
  width: 33.33%;
}
.my_digit .our_choose_number_lines.six_digit ul li {
  width: 50%;
}

.three_digit .my_popupMain {
  width: 220px;
  margin: auto;
}
.three_digit .my_popupMain .ticket_digit > ul > li {
  width: 33.33%;
}

.four_digit .my_popupMain {
  width: 240px;
  margin: auto;
}
.four_digit .my_popupMain .ticket_digit > ul > li {
  width: 25%;
}

.six_digit .my_popupMain {
  width: 350px;
  margin: auto;
  padding: 10px;
}
.six_digit .my_popupMain .ticket_digit {
  padding: 0 5px;
}
.six_digit .my_popupMain .ticket_digit > ul > li {
  width: 14%;
}
.six_digit .my_popupMain .ticket_digBottom .ticket_digit {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 5px;
  margin-bottom: 10px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.six_digit .my_popupMain .ticket_digBottom .ticket_digit::-webkit-scrollbar {
  width: 5px;
}
.six_digit .my_popupMain .ticket_digBottom .ticket_digit::-webkit-scrollbar-track {
  background: #ccc;
}
.six_digit .my_popupMain .ticket_digBottom .ticket_digit::-webkit-scrollbar-thumb {
  background: #ff525b;
}
.six_digit .my_popupMain .ticket_digBottom .ticket_digit::-webkit-scrollbar-thumb:hover {
  background: #ff525b;
}
.six_digit .my_popupMain .ticket_digBottom .ticket_digit > ul {
  min-height: 1380px;
}
.six_digit .my_popupMain .ticket_digBottom .ticket_digit > ul > li {
  width: 16.66%;
}

.main_drawPopup .popup_tittle {
  padding-bottom: 10px;
  border: none;
}
.main_drawPopup .popup_tittle h5 {
  padding-bottom: 0;
}
.main_drawPopup .custom_popup_detail {
  padding: 80px 20px;
}
.main_drawPopup .popup_nmber_list {
  padding-bottom: 0;
}
.main_drawPopup .popup_nmber_list ul li .pick_number {
  padding-top: 0;
  padding-bottom: 0;
}

.main_drawInfo .line_number span {
  border-right: 2px solid #ccc;
  padding: 0px 10px;
  cursor: pointer;
}

.host_listing .host_lisBottom em {
  display: block;
}

.booking_steps_info .formFlow_buttons a {
  min-width: inherit;
  font-weight: normal;
}

.u_our_mainDrar_list > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -5px;
}
.u_our_mainDrar_list > ul > li {
  width: 50%;
  padding: 0 5px 10px;
}
.u_our_mainDrar_list > ul > li ul li {
  padding-bottom: 0;
}
.u_our_mainDrar_list > ul > li ul li .item {
  width: 100%;
  padding: 10px;
}
.u_our_mainDrar_list > ul > li ul li .item span {
  display: block;
}
.u_our_mainDrar_list > ul > li ul li .item span img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.editor_text p {
  width: 100%;
  word-break: break-word;
}

.manual {
  width: 100%;
  padding: 60px 0;
}
.manual .auto_container {
  max-width: 1000px;
}

.manual_inner {
  width: 100%;
}

.manual_data {
  width: 100%;
}
.manual_data h2 {
  width: 100%;
  font-size: 28px;
  padding-bottom: 20px;
  color: #ff525b;
  font-weight: bold;
}
.manual_data h3 {
  width: 100%;
  text-align: left;
  font-size: 18px;
  padding-bottom: 15px;
  font-family: "latoblack";
  color: #000;
  font-weight: bold;
  line-height: 1;
}
.manual_data h4 {
  width: 100%;
  color: #000;
  font-size: 16px;
  padding-bottom: 5px;
  font-family: "latoregular";
  line-height: 1;
}
.manual_data h4 strong {
  display: inline-block;
  padding-left: 5px;
  line-height: 1;
  font-size: 14px;
}
.manual_data h4.pb_20 {
  padding-bottom: 20px;
}
.manual_data figure {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.manual_data figure img {
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 400px;
}
.manual_data > ul {
  width: 100%;
  list-style: numeric;
  padding-left: 15px;
  padding-bottom: 20px;
}
.manual_data > ul > li {
  width: 100%;
  padding-bottom: 10px;
  list-style: numeric;
  font-family: "latoblack";
}
.manual_data > ul > li:last-child {
  padding-bottom: 0;
}
.manual_data > ul > li p {
  width: 100%;
  font-size: 16px;
  color: #1a1d21;
  position: relative;
  font-family: "latoregular";
  padding-bottom: 0;
}
.manual_data > ul > li p strong {
  display: inline-block;
  font-family: "latoblack";
  color: #000;
  margin-left: 5px;
  word-break: break-word;
}
.manual_data > ul > li p.pb_20 {
  padding-bottom: 20px;
}
.manual_data > ul > li figure {
  max-width: 400px;
}
.manual_data > ul > li ul {
  width: 100%;
  padding: 10px 0;
}
.manual_data > ul > li ul li {
  width: 100%;
  padding-bottom: 10px;
  font-family: "latoblack";
}
.manual_data > ul > li ul li:last-child {
  padding-bottom: 0;
}
.manual_data > ul > li ul li p {
  width: 100%;
  padding-left: 20px;
  font-size: 16px;
  color: #1a1d21;
  position: relative;
  padding-bottom: 0;
}
.manual_data > ul > li ul li p strong {
  display: inline-block;
  font-family: "latoblack";
  color: #000;
  word-break: break-word;
  margin-left: 0px;
  font-size: 14px;
}
.manual_data > ul > li ul li p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 1px;
  background-color: #000;
}
.manual_data > p {
  width: 100%;
  color: #1a1d21;
  font-size: 16px;
  line-height: 1.4;
  font-family: "latoregular";
  padding-bottom: 10px;
}
.manual_data > p.pb_30 {
  padding-bottom: 30px;
}
.manual_data > p > strong {
  display: inline-block;
  font-family: "latoblack";
  color: #000;
  word-break: break-word;
}
.manual_data .cl_gold {
  color: #a61c00;
  font-family: "latoblack";
  font-style: italic;
}

.incrementer_custom {
  width: 241px;
}
.incrementer_custom ~ .formFlow_buttons {
  padding-top: 30px;
  justify-content: center;
}
.incrementer_custom button {
  height: 40px;
  font-size: 18px !important;
  line-height: 1;
}
.incrementer_custom button:first-child {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.incrementer_custom button:last-child {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.incrementer_custom input {
  width: 117px;
  height: 40px;
  border-radius: 0;
  background-color: #fff;
  text-align: center;
  color: #000;
}
.incrementer_custom input:disabled {
  background-color: #fff;
}

.choose_number_flow ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.choose_number_flow ul li {
  padding: 0 10px 20px;
  width: 50%;
}

.booking_new {
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.booking_new .chooseNmber_detail {
  width: 100%;
  padding-left: 0;
}
.booking_new .chooseNmber_detail form {
  text-align: center;
}
.booking_new .chooseNmber_detail strong {
  padding-bottom: 15px;
  font-weight: normal;
  line-height: 1;
}
.booking_new .chooseNmber_detail .incrementer_custom {
  padding-top: 20px;
  margin: auto;
}

.go_back {
  font-size: 24px;
  display: flex;
  align-items: center;
}
.go_back i {
  margin-right: 10px;
}

.booking_steps_info h4 {
  font-size: 30px;
}

.invoice .main_detail {
  max-width: 611px !important;
  padding: 0 !important;
  margin: auto;
}
.invoice .main_detail .custom_popup_detail {
  width: 609px;
  margin-top: 0;
}

.invoice_tabs .my_btns > form ul {
  margin: 40px -10px 0 !important;
}
.invoice_tabs .my_btns > form ul li {
  padding: 0 10px 20px;
}
.invoice_tabs .my_btns > form ul li strong {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  display: block;
}/*# sourceMappingURL=styles.css.map */